home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / dev / misc / rp68tst1.lha / RP68TST1.README next >
Encoding:
Text File  |  1995-04-06  |  653 b   |  31 lines

  1.  
  2.     Assembler help programs V1.0
  3.  
  4.     © Richard Perrott 6th April 1995 FreeWare
  5.       email: hcm94rp2@dmu.ac.uk
  6.  
  7.     RP68TST1.LHA
  8.  
  9.     Two programs to make 68000 programming a little easier
  10.     and to test the instructions work correctly.
  11.     Both programs coded in AmigaE V3.0.
  12.  
  13. 1.    testCMP
  14.         shows what happens for all the 68000 branch types.
  15.  
  16.         code used:
  17.             CMP.L  N2,N1
  18.             B??.S  branch
  19.              ...
  20.             B??.S  branch
  21.  
  22.             row 1 indicates SIGNED / UNSIGNED
  23.             row 2 indicates the condition type
  24.             row 3 indicates the missing two letters
  25.                 ** indicates a branch taken
  26.  
  27. 2.    testMOVEM
  28.         shows which order registers are pushed onto the stack
  29.         and pull off the stack by MOVEM.
  30.  
  31.